HTTP Status Code


2xx--成功
200 OK
201 Created
204 No-Content

3xx--轉址(去找別人)

4xx--客戶端錯誤
401 Unauthorized(Authentication)
403 Forbidden(Authorization)
404 Not-Found

5xx--伺服器端錯誤
500 Server爆掉
502 Bad-Gateway,DNS連不到reverse proxy、reverse proxy跟webserver斷掉
504 Timeout,通常是超過30秒







你可能感興趣的文章

《鳥哥 Linux 私房菜:基礎篇》Chapter 00 - 計算機概論

《鳥哥 Linux 私房菜:基礎篇》Chapter 00 - 計算機概論

Angular 入門教學 - 系列文目錄

Angular 入門教學 - 系列文目錄

Redux 如何達成在 React 中跨組件傳遞資料

Redux 如何達成在 React 中跨組件傳遞資料






留言討論